home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / addons.zip / WIZARD20.ZIP / CASTLE32.REF next >
Text File  |  1997-06-25  |  1KB  |  88 lines

  1. @#DANCE
  2. @do saybar
  3.  `2 Ah Ah Ah Ah Stayin' Alive! Stayin' Alive!
  4.  
  5. @#SERVENT1
  6. @do `s01 is getname `p20
  7. @do saybar
  8.  `2 All Hail King `0`s01`2! 
  9.  
  10. @#SERVENT2
  11. @do saybar
  12.  `2 Lets Dance `s03!
  13.  
  14. @#CHAIR
  15. @do saybar
  16.  `2 Power.... How I love thee.....
  17.  
  18. @#AGENT
  19. @offmap
  20. @do moveback
  21. @show
  22. `r0`c  `r1  Travel Agent  `r0
  23.  
  24.   `0"Hello sir. Where do you wish to go today?" `2Asks Patrica.
  25.  
  26. @do `v01 is 1
  27. @do write
  28. `x`x
  29. @choice
  30. GreenTree
  31. PortTown
  32. BoneTown
  33. FlagCity
  34. Sosen Village
  35. ArrisVille
  36. Nevermind
  37. @if response not 7 then do
  38.   @begin
  39. @show
  40. `\`\  `0"Okay sir, here we go, I'll just grab my purse."
  41.  
  42. `k  `2Smack! Ouch! <Clonk!> You wake up.
  43.  
  44.   `2Then suddenly, you are there, on your own.
  45. `\`k
  46. @if response is 1 then do
  47.   @begin
  48.    @do x is 10
  49.    @do y is 15
  50.    @do map is 1356
  51.   @end
  52. @if response is 2 then do
  53.   @begin
  54.    @do x is 38
  55.    @do y is 16
  56.    @do map is 956
  57.   @end
  58. @if response is 3 then do
  59.   @begin
  60.    @do x is 53
  61.    @do y is 18
  62.    @do map is 1572
  63.   @end
  64. @if response is 4 then do
  65.   @begin
  66.    @do x is 71
  67.    @do y is 19
  68.    @do map is 1092
  69.   @end
  70. @if response is 5 then do
  71.   @begin
  72.    @do x is 36
  73.    @do y is 5
  74.    @do map is 456
  75.   @end
  76. @if response is 6 then do
  77.   @begin
  78.    @do x is 19
  79.    @do y is 9
  80.    @do map is 523
  81.   @end
  82.  
  83.   @loadmap &map
  84.   @end
  85. @drawmap
  86. @update
  87.  
  88.